1 From 0c2a325a19dc80097bebd86fe77dfc0bfbcdaab6 Mon Sep 17 00:00:00 2001
2 From: Colin Walters <walters@verbum.org>
3 Date: Mon, 28 Mar 2011 17:17:35 -0400
4 Subject: [PATCH] configure: Allow specifying --with-distro=generic
6 This option is useful if we simply don't need any legacy integration.
9 1 files changed, 1 insertions(+), 1 deletions(-)
11 diff --git a/configure.ac b/configure.ac
12 index 98e2b04..b940d50 100644
15 @@ -128,7 +128,7 @@ if test "z$with_distro" = "z"; then
19 - redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
20 + generic|redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
22 echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"